home *** CD-ROM | disk | FTP | other *** search
- #
- # Makefile that sets machine-specific variables and rules
- # for the NeXTstations
- #
- #
- # A machine-specific makefile is included by all other makefiles.
- #
-
- MACHTYPE = next
- RANLIB = ranlib
-
- CC = cc
-
- # Uncomment the following line to compile fat binaries:
- #CC = cc -arch m68k -arch i386
-
- INSTALL = ${GEOM}/tools/install.bsd
-
- AR = fake_ar() { rm -f $$2; ar "$$@"; }; fake_ar
-
- # NeXT 3.0 cc -M doesn't include file.c in file.o's dependencies!
- MKDEPFLAGS = -S
-